Fix building P2P code against old glib versions
authorMatthew Leeds <matthew.leeds@endlessm.com>
Tue, 29 May 2018 01:03:42 +0000 (18:03 -0700)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 30 May 2018 14:19:25 +0000 (14:19 +0000)
commitf31087137ed2ce23b8cd886f2ab37b0b27cbfc61
treefdfe773b2d918972b79ced4ef6e15cfcbddb0f22
parent6ec19a6953aae3808f29fc9d1de479b9d3b79ddd
Fix building P2P code against old glib versions

When building the OstreeBloom code against old versions of glib, we have
to have the libglnx headers included so that it defines
G_DEFINE_AUTOPTR_CLEANUP_FUNC and friends for us.

This is similarly true for test-repo-finder-mount.c which indirectly
includes ostree-autocleanups.h.

Closes: #1605
Approved by: cgwalters
src/libostree/ostree-bloom-private.h
tests/test-repo-finder-mount.c